Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Base.print(::IO, ::Index) #114

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

jakobnissen
Copy link
Member

This allows the user to turn an Index into a string easily, and also makes it easier to test the indices.

This allows the user to turn an `Index` into a string easily, and also makes it
easier to test the indices.
@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.05% 🎉

Comparison is base (36e42cd) 89.72% compared to head (723dd5b) 89.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   89.72%   89.78%   +0.05%     
==========================================
  Files          15       15              
  Lines         691      695       +4     
==========================================
+ Hits          620      624       +4     
  Misses         71       71              
Flag Coverage Δ
unittests 89.78% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/fasta/index.jl 81.25% <100.00%> (+0.53%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jakobnissen jakobnissen merged commit d0eb7ea into BioJulia:master Sep 24, 2023
10 checks passed
@jakobnissen jakobnissen deleted the print_index branch September 24, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant